home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #12 / Software USA Volume 4.12.iso / mac / LifeStyles / OpenWithCMPlugin OS8 / Source / Openwith.r < prev    next >
Encoding:
Text File  |  1998-10-26  |  1.5 KB  |  76 lines  |  [TEXT/CWIE]

  1. /* Resources for OpenWithCMPlugin */
  2. /* 1998 October 20th */
  3.  
  4. #include <Balloons.r>
  5. #include <MacTypes.r>
  6.  
  7. /* Our Strings - only three of them */
  8. resource 'STR#' (982,"Three strings", purgeable) {
  9.         {
  10.         "OpenWith Plugin Prefs",
  11.         "Open with - Make Favourites",
  12.         "Open With"
  13.         }
  14. };
  15. resource 'STR ' (-16397)
  16.     {     "OpenwithCMPlugin."
  17.         "This Contextual Menu Plugin allows you"
  18.         " to open files with applications "
  19.         "other than their Creator. To use this"
  20.         " plugin drop it on an unopened System "
  21.         "folder and Restart your Macintosh"
  22. };        
  23. /* You never know, Apple might add CM Plugins to the extensions manager */
  24. data 'CCI™' (128,"Extensions Info") {
  25.             "OpenwithCMPlugin."
  26.             "This Contextual Menu Plugin allows you"
  27.             " to open files with applications "
  28.             "other than their Creator. To use this"
  29.             " plugin drop it on an unopened System "
  30.             "folder and Restart your Macintosh"
  31.  
  32. };
  33.  
  34. /* Finder help balloon */
  35. resource 'hfdr' (-5696, purgeable) {
  36.     2,
  37.     0,
  38.     0,
  39.     0,
  40.     {
  41.         HMStringItem {
  42.         "OpenwithCMPlugin."
  43.             "This Contextual Menu Plugin allows you"
  44.             " to open files with applications "
  45.             "other than their Creator. To use this"
  46.             " plugin drop it on an unopened System "
  47.             "folder and Restart your Macintosh"
  48.         }
  49.     }
  50. };
  51.  
  52. resource 'vers' (1) {
  53.     0x1,
  54.     0x11,
  55.     final,
  56.     0x0,            
  57.     0,
  58.     "1.11",
  59.     "1.11©Peter O’Gorman 1998"
  60. };
  61.  
  62. /* This vers is shown as the package by the extensions manager (assuming plugins are shown) */
  63. /* Also shown in GetInfo window in OS 8.5    */
  64. resource 'vers' (2) {
  65.     0x1,
  66.     0x11,
  67.     final,
  68.     0x0,
  69.     0,
  70.     "1.11",
  71.     "OpenwithCMPlugin 1.11"
  72. };
  73.  
  74.  
  75.  
  76.